In future, we may extend strict mode to allow requiring that no
computation occurs within orderly functions (i.e., that the
requirements to run a packet are fully known before actually
running it). Most likely this will not be the default behaviour
and orderly_strict_mode()
will gain an argument.
We will allow server processes to either override this value
(enabling it even when it is not explicitly given) and/or require
it.