Currently, Overyield by default orders sections by the first character in a sequence, with smaller numbers ordered before larger numbers. This can sometimes lead to unintuitive ordering system ( e.g. 11 may come before 9).
To get around this, it can be helpful to employ a labeling system that includes 0's.
For example, labeling your sections 01, 02, 03, etc. will prevent 11 from preceding 09. See below screenshot for an example of another possible labeling system.