Meaning with Load\Dynamic

Just wondering in what cases I should use Load command with the Dynamic switch and without the switch? Can someone explain the differences?

If the modules you’re loading need to stay if someone does PP to Main, choose static mode. Dynamic mode makes more sense if you’re loading part programs where you’d want the module to be automatically disposed of if someone interrupts the operation by setting PP to Main.