ember-cli-babel hardcodes these plugins so they are always transpiled even if the app's targets support the features natively. @babel/preset-env v7.14 also includes these plugins by default so these features would still be transpiled if needed.
I think we can safely remove the plugins without it being a breaking change.