To mitigate mempool divergence between nodes and miners, node operators should have the ability to submit non-standard transactions to their local mempools. One of the reasons to do so is to improve the quality of fee estimates.
Acceptance via the p2p network has been discussed in #27578 and is deemed to be problematic. This issue is for enabling non-standard transaction submission for the sendrawtransaction
rpc only.