You also need to look at it from a maintenance point of view. Since you can only influence the order the triggers are fired in by when they are created, you might have a problem if one of them needs to be changed. Either you change the one and the firing order is now different, or you have to recreate all of them is the order you want. It would be much simpler to have just one trigger with the SP calls in the order you want.
Andy