The on_complete specifies what application should do on run completion. If set as NoOps no special effect happens upon Application run completion. You could have different behaviours on App Creation completion though: like OptIn, CloseOut, CleareState, UpdateApplication or DeleteApplication.
As @jasonpaulos confirmed me: “you could opt in during the App Creation, or even delete the App immediately after it’s created if you want to have a simple throw-away execution environment”.