Is there a reason to use this over LibreOffice? I had until this year a pretty old machine (~11-12 years old at time of replacement, upper midrange at time of purchase) and I never felt like it was slow -- possibly because everything was slow on that machine though and I was stuck in a forest...
I give it a pass because it's doing complicated things, it's free software and I also temper my expectations slightly because it's a Java GUI application (and I expect those to be slow).
I would certainly not expect it to be more performant than Office '97.
LibreOffice is derived from OpenOffice.org which is derived from StarOffice which predates Java. When it was acquired by Sun and open-sourced, they added some optional components implemented in Java, but the core application is not a Java application. The GUI is not Swing but their own custom GUI framework (not based on Java).
Libre/OpenOffice is a C++ application which uses an homegrown cross-platform GUI toolkit. There were only some minor components written in Java (like mail merge), and I believe LibreOffice has replaced some of them with native code.