Move or insert sorting methods

I am currently working on a project and I have multiple tables and queries that supply the data to the production. My client have asked me to change the main sorting column based on another field, but currently I can only insert a new sorting method to the end of the list. This way I have to remove all sorts and reinsert them again, just to insert one.

It would be really helpful to move them around, to change the sort order, or to be able to insert between two sorts! Both in apps and in queries as well.