Low: scheduler: order implicit actions more strictly
Previously, implicit stops and demotes would be ordered after fencing if either
there were no start action planned, or the start action required fencing.
Now, we order the implicit actions if the *resource* requires fencing.
This allows implicit actions to be considered immediately effective when
"requires" is "quorum" or "nothing", even if there is no start scheduled.