It drops actions.
QUOTE
whether this clears action lists by performing all actions in the lists
You probably mean that actions would be performed such that only their results (final consequences) are applied*. Games don't do this normally, because it usually doesn't make sense and may be complex to implement.
* Otherwise we would talk about normal processing of the queue, i.e. you wouldn't call clear() or anything on the queue.