For people that manage huge mailboxes, for example in my case with server logs sent very frequently, the synchronous behavior of filters at load makes it very slow to launch.
I think Thunderbird developers could make the GUI and first requests load synchronously, but dispatching the filters to an asynchronous task may lead to better loading time.