Is it possible to order the default collection by date modified?

Is it possible to sort the default collection by modified_at, either in loop.hbs, or routes.yaml?

routes.yaml has an order property, and I expected that I would be able to order by the same things that you can pass to order="..." in the the GET helper — but I haven’t gotten it to work with anything other than published_at and featured.

Any clues?