I have a use case where (sometimes) I need to access the DB to get some info about what a user can do. That's not possible without async functions in policies. I had to rewrite some things to make it work.
I think adding native support to async functions in Policies would be a nice new feature.