Beside using Libreoffice through its user interface, you can use it from the command line too. This feature is useful when you want to convert a lot of documents to different formats. Here is an example on how to convert from ODT to DOCX.
libreoffice --headless --convert-to docx:"MS Word 2007 XML" your_filename.odt
Use MS Word 2007 XML filter so that long link will not be broken.