I've made some observations using multiple interrupts without specifying High or Low interrupt:

The interrupts were handled in the order as listed and if another interrupt occurred while the first was busy
then the latter would proceed immediately afterwards. Cool stuff!

The High/Low priorities probably come in when you need an interrupt to interrupt an interrupt.