Currently the sequence used for signing multisig is taken directly from the chain. This means that if there are multiple transactions to sign, they would all be signed with the same sequence and only one can be broadcasted. By having a local sequence management, all transactions can be signed and broadcasted together.