My understanding (from a prior dev comment) is that the ordering (and to a lesser degree, redundancy) of pre-triggers doesn't matter, because the game automatically optimizes that. The order of evaluation is not determined by the order they're written.
This isn't true of pre-triggers, you need to choose an optimal ordering yourself.