GET url to order a page collection

I can’t find this information anywhere, is there a way to order a page collection using the GET method in the url? I’m using tag: to filter but what about order?
Have a lovely day,

m_

Not sure about twig. In PHP you can have access to $this->grav['uri'] and the default PHP $_GET, so you should be able to extract what you want.

See also https://learn.getgrav.org/content/collections#programmatic-collections. Ciao.