I could not find it in source; it is hidden behind layers of abstractions but I did investigate it (in attachment) and you are actually right.
Lzip does write 32 MB at a time, when plzip writes 1 MB at a time.
What does --out-slots actually do I dont get at this point, as it seems to be in cotradiction to what I understand.
You may consider decreasing this to smaller value, like 1 MB, or so.
On FreeBSD Wiki they tested it[1] and that turned out to give the best performance - 4 MB, and definitely 8 MB hurt performace equally to 64 kB.
That also, maybe coincidentally, happens to be max pipe size[2].
>From my test, it turned out that 7zip uses 1, 2, and with lzip 4 MB buffer, but have not seen more than that with any size of dictionary.
Other programs like xz use smaller buffer which hurts performance as well, this time from too small buffering, but that is another side of spectrum.
2. /proc/sys/fs/pipe-max-size