anarchosax I have been speculating about the advantage of setting up a dedicated user account for web browsing to sandbox away from contacts and messages,
Your browser doesn't have access to them anyway, no matter in which user profile
anarchosax as well as providing an extra layer of protection from potential malware
Don't think it will bring extra protection. All user installed apps are sandboxed on Android. While user profiles are a valid way to restrict IPC in general, I don't see a benefit in case of browsers. Chromium-based browsers have even stronger sandboxing. Their renderer processes runs confined in the isolatedProcess domain without any permissions, reduced kernel attack surface with a fine-grained seccomp-filter and access to only two binder services. You can read more about Android's security model in this excellent paper: https://www.mayrhofer.eu.org/publication/acm-tops-2021-android-platform-security-model/
anarchosax or to quickly delete the user profile to prevent access to my browsing history
That's a valid use case to be certain that it is unrecoverable. It's a drastic way, but for some threat models it can make sense.
anarchosax Firefox Focus or DuckDuckGo have quick access to deleting browser history as a first step in such a special user group
Since you care about sandboxing and malware, these are not good choices. DuckDuckGo is a WebView-based browser which does not provide site isolation and has a few other downsides. Firefox browsers lack proper sandboxing on Android. Stick to Chromium browsers which keep up with upstream updates, for example Vanadium and Brave are good. Recommend reading https://grapheneos.org/usage#web-browsing