Flex HTTPService requests are strictly asynchronous because Flash Player runs on a single-threaded execution model. Forcing network requests to run synchronously would block the main execution thread, causing the user interface to freeze and trigger browser responsiveness warnings.