As discussed in L2L4 - The lost methode? Help find it!, the ordering of {CO, CP, EO, EP} can be done in 24 ways, but some are more efficient/desirable than others. Algorithm count, move-count (for each step), and recognition are all to be noted when comparing orderings.
The reason my specific ordering was chosen was for several reasons:
CO, which solves FL while orienting the LL corners.
CP, which solves FR while permuting the LL corners, making sure not to disturb the orientations of said corners.
then do a y2!
EO, which solves FL while orienting the remaining edges making sure not to disturb anything other than the final 6 edges which are in the working zone
EP, which permutes the final 5 edges.