Useful for breaking up code. I use blank events all the time.
Also sometimes you need sub-events to run then right after you need some common code to run, so you use a blank to place the code after the sub-events and then run the common code.
Ex;
Some_condition
--> Sub_one: action one
--> Sub_two: action two
--> Blank: action for both cases