I don't know the reasoning from the fpc developers, but personally I think that allowing for closed source add-ons to the compiler would not be a good idea.
First closed source development environments are historically speaking, not successful, quite the opposite infact. When looking at the most popular languages, opensource development always is more successful than closed source.
And the reason for this is simple, closed source suffers massively more from bitrot than opensource. There is still software that is built with java 6 or 8, two versions which you will not get an official SDK from oracle anymore. But you don't need that because the OpenJDK exists and in the server world (where java is most prolific) the OpenJDK is the default.
C# was closed source early on, then with the success of mono Microsoft decided to also make C# officially an open source language and with .net core even provided an open source runtime.
Python, JavaScript, C, C++, PHP, go, rust, swift, etc, pretty much all popular languages today, are all open source, or those that have closed source compilers (like intel C) are the dominant versions still the open source ones
There is nothing worse then when you have a long lasting project that outlives the technology stack used to build it on. I remember seeing old windows XP machines in hospitals running an old version of internet explorer because this was the only way to get some java applet to work that powers some MRI machine that was built in the late 90s, early 2000s and all of the tools required to run this are EOL but the machine still has to work.
Even if this would give a short term burst to the fpcs capabilities in the long run it will most certainly harm the project, when some projects don't work anymore because they require a plugin that was last updated 10 years ago and doesn't work with any compiler version released in the past decade anymore. Or when you are searching for something and get overwhelmed with a platera of add-ons that all may or may not work together and you only find out after you payd half a fortune to buy a yearly license.
Closed source development environments died 20 years ago and that's a good thing. Don't bring them back