CoreClr appears to have faster casting helpers than NativeAOT. #84430 (comment)
That means the NativeAOT helpers could likely be improved, since conceptually they should be applying similar logic.
It is worth compare the code of the helpers and related typesystem bits to see what can be copied/unified from whichever is a faster implementation.