This is to allow functions to be executable by anyone, not just the owner. For example, the fundingRoundFactory.transferMatchingFunds() can be run by anyone because: 1) if a round has not been deployed, the call will fail 2) if the round is not finalized, the call will fail 3) if the tally has not been completed, the call will also fail.