What I meant was that BOSS will sort in a fixed order every time. For example, in this order: Mod A, D, K, M, B. Every time you sort it will sort in this order.
LOOT on the other hand throws around mods and sorts differently every time. First time you sort you might get this order: A, D, K, M, B, the next time you sort you might get this order: D, A, M, K, B, the third time you sort might get this order: A, D, M, K, B and so on. Is this really safe?