There is absolutely no drawback in using lexical binding. Since Org
9.0, it _is_ the default for Org core: almost every Org library
activates it nowadays.
Again, lexical binding has _no_ drawback and makes life of developers
easier (e.g., code is more readable, compiler reports more errors).
I moved almost every library in Org to lexical binding, some changes
being trivial, some painful, for a reason. I don't want to do a step
backward in that area without a very strong reason–to tell the truth,
even a strong reason wouldn't convince me.
Kaushal Modi