Fix: libpe_status: don't order implied stops relative to a remote connection
Actions behind a remote connection are ordered relative to any start or stop of
the remote connection. However, if the action is a stop implied due to fencing,
it does not require the remote connection, and the ordering should not be done.
This avoids a delay in the remote connection recovery if it is failed, e.g.
previously the ordering would look like:
fence remote node -> implied stop of resource on remote -> stop connection
Now, the connection stop can proceed simultaneously with the remote node
fencing.