Browser Selection in Web Testing: Why Chrome WebDriver is Preferred

When testing a web application, how do we decide which browser to prioritize? Is there a specific reason why Chrome WebDriver is commonly preferred over other browser drivers like Mozilla Firefox (GeckoDriver) or Safari (SafariDriver)?
Additionally, should testing always start with Chrome, or should we consider a multi-browser strategy from the beginning based on user demographics and project requirements?