How can I run the different folders in sequence in runner

I have a collection with 10 different folders with multiple APIs in each folder. The folders are supposed to run in sequence. I do not want to name the folders as 1. 2. 3. etc. Does postman have the ability to sort the order execution during runtime? I do not want to setNextID() inside all test scripts.

Please advise.